home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 002a / desert.zip / DESERT.BAT < prev    next >
DOS Batch File  |  1991-02-23  |  537b  |  20 lines

  1. echo off
  2. set dst=
  3. if %1!==F! set dst=B:
  4. if %1!==f! set dst=B:
  5. if not exist %dst%intro.mcr goto help
  6.  
  7. kd_draw %dst%intro
  8. goto end
  9.  
  10. :help
  11. ECHO ┌───────────────────────────────────────┐
  12. ECHO │ Desert Storm - Farewell to Babylon    │
  13. ECHO │───────────────────────────────────────│
  14. ECHO │ Required files not found!             │
  15. ECHO │ Enter DESERT F to run from floppies   │
  16. ECHO │ Enter DESERT to run from the hard disk│
  17. ECHO │    See README for more information    │
  18. ECHO └───────────────────────────────────────┘
  19. :end
  20.